home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / Layer / Include / FWFound.h next >
Encoding:
Text File  |  1996-08-16  |  900 b   |  57 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWFound.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWFOUND_H
  11. #define FWFOUND_H
  12.  
  13. #ifndef FWCOLLEC_H
  14. #include "FWCollec.h"
  15. #endif
  16.  
  17. #ifndef FWCOMMON_H
  18. #include "FWCommon.h"
  19. #endif
  20.  
  21. #ifndef FWDEBUG_H
  22. #include "FWDebug.h"
  23. #endif
  24.  
  25. #ifndef FWEXCLIB_H
  26. #include "FWExcLib.h"
  27. #endif
  28.  
  29. #ifndef FWREFCNT_H
  30. #include "FWRefCnt.h"
  31. #endif
  32.  
  33. #ifndef FWMEMORY_H
  34. #include "FWMemory.h"
  35. #endif
  36.  
  37. #ifndef FWRUNTYP_H
  38. #include "FWRunTyp.h"
  39. #endif
  40.  
  41. #ifndef FWSTREAM_H
  42. #include "FWStream.h"
  43. #endif
  44.  
  45. #ifndef FWSTRING_H
  46. #include "FWString.h"
  47. #endif
  48.  
  49. #ifndef FWODEXCE_H
  50. #include "FWODExce.h"
  51. #endif
  52.  
  53. #ifndef FWNOTIFN_H
  54. #include "FWNotifn.h"
  55. #endif
  56.  
  57. #endif